home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 June: Reference Library / Dev.CD Jun 94.toast / Periodicals / develop / develop Issue 11 / develop 11 code / The NetWork Project / Examples (Sources) / NetSim / Netsim Balloons.r < prev    next >
Encoding:
Text File  |  1992-07-15  |  1.9 KB  |  98 lines  |  [TEXT/MPS ]

  1. /*    Rez file for balloon document "Netsim Balloons" */
  2. /*    Created Mon, Aug 19, 1991 at 0:36 */
  3.  
  4. #include "Types.r"
  5. #include "BalloonTypes.r"
  6.  
  7. resource 'hrct' (1000,"Local Sample") {
  8.     HelpMgrVersion,
  9.     hmDefaultOptions,
  10.     0,
  11.     0,
  12.     {
  13.  
  14.         HMStringResItem {        /* Local Sample 77,49 */
  15.             {85,285},
  16.             {0,0,100,300},
  17.             1000,1
  18.         }
  19.     }
  20. };
  21.  
  22. resource 'hrct' (1001,"Record Min/Max Samples") {
  23.     HelpMgrVersion,
  24.     hmDefaultOptions,
  25.     0,
  26.     0,
  27.     {
  28.  
  29.         HMStringResItem {        /* Record Min/Max Samples 92,82 */
  30.             {35,285},
  31.             {0,0,50,300},
  32.             1000,2
  33.         },
  34.         HMStringResItem {        /* Record Min/Max Samples 107,28 */
  35.             {85,285},
  36.             {0,50,100,300},
  37.             1000,3
  38.         }
  39.     }
  40. };
  41.  
  42. resource 'hrct' (1002,"Statistics") {
  43.     HelpMgrVersion,
  44.     hmDefaultOptions,
  45.     0,
  46.     0,
  47.     {
  48.  
  49.         HMStringResItem {        /* Statistics 159,30 */
  50.             {128,113},
  51.             {0,0,168,133},
  52.             1000,4
  53.         },
  54.         HMStringResItem {        /* Statistics 28,27 */
  55.             {128,243},
  56.             {0,133,168,256},
  57.             1000,5
  58.         }
  59.     }
  60. };
  61.  
  62.  
  63.  
  64. resource 'hwin' (1000) {
  65.     HelpMgrVersion,
  66.     0,
  67.     {
  68.         1002,    'hrct',    10,    "Statistics",
  69.         1001,    'hrct',    22,    "Record Min/Max Samples",
  70.         1000,    'hrct',    12,    "Local Sample"
  71.     }
  72. };
  73.  
  74. resource 'STR#' (1000, "Balloon Help String 1") {
  75.     {
  76.         /* [1] Local Sample 77,49, Normal */
  77.             "Scatter diagram of local sample",
  78.         /* [2] Record Min/Max Samples 92,82, Normal */
  79.             "Scatter diagram of sample with record minimum statistics",
  80.         /* [3] Record Min/Max Samples 107,28, Normal */
  81.             "Scatter diagram of sample with record maximum statistics",
  82.         /* [4] Statistics 28,27, Normal */
  83.             "Histogram and summary of local ststistics",
  84.         /* [5] Statistics 159,30, Normal */
  85.             "Histogram and summary of local and remote statistics."
  86.     }
  87. };
  88.  
  89. resource 'hfdr' (-5696)
  90.     {HelpMgrVersion,hmDefaultOptions,0,0,
  91.     {HMSTRResItem { 5696 }
  92.     }
  93.     };
  94. resource 'STR ' (5696)
  95.     {"NetSim is a sample program for the NetWork System of distributed computing.\$0D\$0D"
  96.     "If NetWork Processor is installed, it can make use of distributed computing resources.\$0D\$0D"
  97.     "A NetWork Processor is required for NetSim"
  98.     };